home *** CD-ROM | disk | FTP | other *** search
- object AlarmForm: TAlarmForm
- Left = 200
- Top = 105
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'AlarmForm'
- ClientHeight = 111
- ClientWidth = 171
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 16
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Close'
- ModalResult = 1
- TabOrder = 0
- end
- object CheckBox1: TCheckBox
- Left = 16
- Top = 48
- Width = 97
- Height = 17
- Caption = 'Alarm if &Above:'
- TabOrder = 1
- end
- object CheckBox2: TCheckBox
- Left = 16
- Top = 80
- Width = 97
- Height = 17
- Caption = 'Alarm if &Below:'
- TabOrder = 2
- end
- object SpinEdit1: TSpinEdit
- Left = 112
- Top = 46
- Width = 49
- Height = 22
- MaxValue = 100
- MinValue = 0
- TabOrder = 3
- Value = 0
- end
- object SpinEdit2: TSpinEdit
- Left = 112
- Top = 78
- Width = 49
- Height = 22
- MaxValue = 100
- MinValue = 0
- TabOrder = 4
- Value = 0
- end
- end
-